Fix PV_initrd reference (should be PV_ramdisk).
authorEwan Mellor <ewan@xensource.com>
Wed, 27 Dec 2006 15:44:40 +0000 (15:44 +0000)
committerEwan Mellor <ewan@xensource.com>
Wed, 27 Dec 2006 15:44:40 +0000 (15:44 +0000)
Signed-off-by: Stefan Berger <stefanB@us.ibm.com>
tools/python/xen/xend/XendConfig.py

index abbee23aaa916d3a149da8a79f423297ebe740c3..387bb8324cf4e18580e2dd909768465f8a811c9b 100644 (file)
@@ -141,7 +141,7 @@ XENAPI_CFG_TYPES = {
     'tpm_backend': int,    
     'PV_bootloader': str,
     'PV_kernel': str,
-    'PV_initrd': str,
+    'PV_ramdisk': str,
     'PV_args': str,
     'PV_bootloader_args': str,
     'HVM_boot': str,